home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / stepp000.swf / scripts / DefineButton2_631 / BUTTONCONDACTION on(release).as
Text File  |  2008-11-12  |  157b  |  9 lines

  1. on(release){
  2.    setProperty("/Gts", _yscale, 20);
  3.    tellTarget("/")
  4.    {
  5.       gotoAndStop(eval("/Variables:EtatActif"));
  6.    }
  7.    gotoAndStop(1);
  8. }
  9.